From 8224db569684a99f7b2f0dc1c9b611bea83dbae3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 31 May 2006 16:23:11 +0000 Subject: [PATCH] (Moving Point): Fix previous change. --- man/basic.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/basic.texi b/man/basic.texi index d2a8b6f530f..26b3137d632 100644 --- a/man/basic.texi +++ b/man/basic.texi @@ -254,10 +254,10 @@ minibuffer empty, that number is used for @var{n}. @findex set-goal-column @kindex C-x C-n Use the current column of point as the @dfn{semipermanent goal column} -for @kbd{C-n} and @kbd{C-p} (@code{set-goal-column}). Henceforth, -those commands always try move to this column, or as close as possible -to it, after moving vertically. The goal column remains in effect -until canceled. +for @kbd{C-n} and @kbd{C-p} (@code{set-goal-column}). When a +semipermanent goal column is in effect, those commands always try to +move to this column, or as close as possible to it, after moving +vertically. The goal column remains in effect until canceled. @item C-u C-x C-n Cancel the goal column. Henceforth, @kbd{C-n} and @kbd{C-p} try to preserve the horizontal position, as usual. -- 2.30.2